home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00525.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  192 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 2 = the stopTime of sprite 2 then
  3.     set the visible of sprite 2 to 0
  4.     go(the frame + 1)
  5.     set the soundLevel to 6
  6.   end if
  7.   go(the frame)
  8. end
  9.